gtkgesture: Drop GdkWindow checks
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 31 Mar 2017 16:16:19 +0000 (18:16 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:58 +0000 (16:25 +0200)
commit02932bc406502aa88e36ff840a983e1bcb24eb25
tree83ea7243c95ca562e1c525f645638a86879dec3d
parent2c9678c38f07d7bead9275428c1ff732592b3f3d
gtkgesture: Drop GdkWindow checks

Those are now needless and wrong, as we get guarantees that handled
events will contain widget-relative coordinates. A side effect is
that these events are very possibly not explicitly sent to the
GdkWindow that implementations expect, any extra checks performed
through gtk_gesture_set_window() will be wrong, so the function has
been dropped entirely.
docs/reference/gtk/gtk4-sections.txt
gtk/gtkgesture.c
gtk/gtkgesture.h